home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4775 / 4775.xpi / chrome / autofillforms.jar / skin / autofillFormsOptions.css < prev    next >
Cascading Style Sheet File  |  2008-06-17  |  2KB  |  84 lines

  1. @import url(chrome://global/skin/);
  2.  
  3. #simpleInterfaceRowsContainer {
  4.     overflow:auto;
  5. }
  6.  
  7. #autofillFormsPrefPaneMainBox {
  8.     margin-bottom:5px;
  9. }
  10.  
  11. #fieldRulesTree {
  12.     min-height:150px;
  13. }
  14. #profilesTree {
  15.     min-height:100px;
  16. }
  17.  
  18. treechildren::-moz-tree-checkbox {
  19.     /* unchecked checkbox treecells */
  20.     list-style-image: none;
  21. }
  22. treechildren::-moz-tree-checkbox(checked) {
  23.     /* checked checkbox treecells*/
  24.     list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
  25. }
  26. treechildren::-moz-tree-checkbox(disabled) {
  27.     /* disabled checkbox treecells */
  28.     list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif");
  29. }
  30.  
  31. button.move {
  32.     list-style-image: url("arrows.png");
  33. }
  34.  
  35. button.up {
  36.     -moz-image-region: rect( 16px 32px 32px 16px);
  37. }
  38. button.up[disabled="true"] {
  39.     -moz-image-region: rect( 0px 32px 16px 16px);
  40. }
  41.  
  42. button.down {
  43.     -moz-image-region: rect( 16px 16px 32px 0px);
  44. }
  45. button.down[disabled="true"] {
  46.     -moz-image-region: rect( 0px 16px 16px 0px);
  47. }
  48.  
  49. .placeholderTextbox {
  50.     width:100px;
  51. }
  52.  
  53. .shortCutsLabelColumn {
  54.     max-width:170px;
  55. }
  56. .shortCutsKeyColumn {
  57.     min-width:200px;
  58. }
  59.  
  60. .shortcutTextbox {
  61.     font-family:monospace;
  62. }
  63. .mouseShortcutTextbox {
  64. }
  65.  
  66. #autofillFormsPrefs radio[pane] {
  67.     list-style-image: url("chrome://browser/skin/preferences/Options.png");
  68. }
  69.  
  70. #autofillFormsPrefs radio[pane="autofillFormsPrefPaneSimple"] {
  71.     -moz-image-region: rect(0px, 96px, 32px, 64px);
  72. }
  73. #autofillFormsPrefs radio[pane="autofillFormsPrefPaneMain"] {
  74.     -moz-image-region: rect(0px, 32px, 32px, 0px);
  75. }
  76. #autofillFormsPrefs radio[pane="autofillFormsPrefPaneProfiles"] {
  77.     -moz-image-region: rect(0px, 128px, 32px, 96px);
  78. }
  79. #autofillFormsPrefs radio[pane="autofillFormsPrefPaneAdvanced"] {
  80.     -moz-image-region: rect(0px, 224px, 32px, 192px);
  81. }
  82. #autofillFormsPrefs radio[pane="autofillFormsPrefPaneGUI"] {
  83.     -moz-image-region: rect(0px, 64px, 32px, 32px);
  84. }